CUBE CONNECT Edition Help

Handling Matrix Attributes

The CubeMatrixAttributeCollection object provides the attributes associated to the matrix file or the matrices. These can be accessed with the attributes() method.

One example is given by printing the matrix version as below.
mt_attr = mt.attributes()
print("Matrix Version =", mt_attr.attributeString('CUBE_MATRIX_VERSION'))